home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / macf / mger.dir / 00293.ls < prev    next >
Encoding:
Text File  |  1995-10-10  |  227 b   |  13 lines

  1. on mouseUp
  2.   puppetSprite(7, 1)
  3.   set the visible of sprite 7 to 0
  4.   puppetSprite(7, 0)
  5.   puppetSprite(6, 1)
  6.   set the visible of sprite 6 to 1
  7.   puppetSprite(6, 0)
  8.   updateStage()
  9.   pauseQT()
  10.   IncreaseVol()
  11.   unpauseQT()
  12. end
  13.